home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2002 June / Internet News 2002-06 - CD-ROM.rar / INCD200206.ISO / Promo / Shopla / cromeless.js < prev    next >
Text File  |  2002-05-19  |  763b  |  21 lines

  1. <!--
  2. function saibcrom (titolo_finestra, urlPop, lungX, altY) {
  3.     title=titolo_finestra;
  4.     W=lungX;
  5.     H=altY;
  6.     windowCERRARa         = "img/close_a.gif"
  7.     windowCERRARd         = "img/close_d.gif"
  8.     windowCERRARo         = "img/close_o.gif"
  9.     windowNONEgrf         = "img/none.gif"
  10.     windowCLOCK        = "img/clock.gif"
  11.     windowREALtit        =  title
  12.     windowTIT             = "<font face=verdana size=1> "+ title +"</font>"
  13.     windowBORDERCOLOR       = "#FFCC03"
  14.     windowBORDERCOLORsel    = "#FFCC03"
  15.     windowTITBGCOLOR        = "#FFCC03"
  16.     windowTITBGCOLORsel     = "#1A61AF"
  17.     openchromeless(urlPop, title, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
  18. }
  19. //-->
  20.  
  21.